-- background: 2730 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 0 -- name: Main -- part 2 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=206 top=140 right=162 bottom=306 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Fix Fields ----- HyperTalk script ----- on mouseUp repeat with i = 1 to number of cards go to card i if card i contains card field "number" then delete card field "number" end if end repeat end mouseUp